home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {app} / Iscripts / Forms Misc / email-this-page.izs < prev    next >
Text File  |  2005-09-28  |  2KB  |  86 lines

  1. <!NOWIZARD>
  2.  
  3. <!TITLE>E-Mail This Page
  4. <!/TITLE>
  5.  
  6. <!DESCRIPTION>Let your visitors e-mail your Web pages to their friends. <!/DESCRIPTION> 
  7.  
  8. <!CATEGORY>Forms<!/CATEGORY>
  9.  
  10. <!SCRIPT>
  11. <!-- START OF SCRIPT -->
  12.  
  13.  
  14. <!-- HOW TO INSTALL E-MAIL THIS PAGE:
  15.  
  16.   1.  Copy code into the HEAD section of document
  17.   2.  Put last coding into the BODY section of document  -->
  18.  
  19. <!-- STEP ONE: Add code into HEAD section of document  -->
  20.  
  21. <HEAD>
  22.  
  23. <script type="text/javascript">
  24.  
  25. <!-- Created by: Jim Stiles: http://jdstiles.com/ -->
  26. <!-- Begin
  27. function mailpage()
  28. {
  29.   mail_str = "mailto:?subject= Great JavaScripts " + document.title;
  30.   mail_str += "&body= I recommend this JavaScript (yourdomain.com) tip -- " + document.title;
  31.   mail_str += ". You should check this out at, " + location.href; 
  32.   location.href = mail_str;
  33. }
  34. // End -->
  35. </script>
  36. </HEAD>
  37.  
  38. <!-- STEP TWO: Add code into BODY section of document  -->
  39.  
  40. <BODY>
  41.  
  42. <div align="center"><A HREF = "javascript:mailpage()">E-mail This Page</A></div>
  43.  
  44.  
  45. <!-- END OF SCRIPT -->
  46. <!/SCRIPT>
  47.  
  48. <!PREVIEW>
  49. <!-- START OF SCRIPT -->
  50.  
  51. <!-- HOW TO INSTALL E-MAIL THIS PAGE:
  52.  
  53.   1.  Copy code into the HEAD section of document
  54.   2.  Put last coding into the BODY section of document  -->
  55.  
  56. <!-- STEP ONE: Add code into HEAD section of document  -->
  57.  
  58. <HEAD>
  59.  
  60. <script type="text/javascript">
  61.  
  62. <!-- Created by: Jim Stiles: http://jdstiles.com/ -->
  63. <!-- Begin
  64. function mailpage()
  65. {
  66.   mail_str = "mailto:?subject= Great JavaScripts " + document.title;
  67.   mail_str += "&body= I recommend this JavaScript (yourdomain.com) tip -- " + document.title;
  68.   mail_str += ". You should check this out at, " + location.href; 
  69.   location.href = mail_str;
  70. }
  71. // End -->
  72. </script>
  73. </HEAD>
  74.  
  75. <!-- STEP TWO: Add code into BODY section of document  -->
  76.  
  77. <BODY>
  78.  
  79. <div align="center"><A HREF = "javascript:mailpage()">E-mail This Page</A></div>
  80.  
  81.  
  82. <!-- END OF SCRIPT -->
  83. <!/PREVIEW>
  84.  
  85. <!RELATED>NONE<!/RELATED>
  86.